projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d210c9
)
(gdb-speedbar-expand-node): Force update of speedbar.
author
Nick Roberts
<nickrob@snap.net.nz>
Mon, 20 Feb 2006 00:03:15 +0000
(
00:03
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Mon, 20 Feb 2006 00:03:15 +0000
(
00:03
+0000)
lisp/progmodes/gdb-ui.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-ui.el
b/lisp/progmodes/gdb-ui.el
index ddf4095008f5c6020134ca47fd92233a865beb07..12df35182c22a671796fbf2fac9e04d6be94f9b9 100644
(file)
--- a/
lisp/progmodes/gdb-ui.el
+++ b/
lisp/progmodes/gdb-ui.el
@@
-761,6
+761,7
@@
INDENT is the current indentation depth."
(dolist (var gdb-var-list)
(if (string-match (concat token "\\.") (nth 1 var))
(setq gdb-var-list (delq var gdb-var-list))))
+ (setq gdb-force-update t)
(with-current-buffer gud-comint-buffer
(speedbar-timer-fn)))))